Skip to content

jfrog/jfrog-CVE-2023-25136-OpenSSH_Double-Free

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

CVE-2023-25136 Proof-of-Concept

Overview

This is a DoS Proof-of-Concept of OpenSSH 9.1p1 Double-Free Vulnerability CVE-2023-25136.
It will trigger the double-free and cause an abort crash.
For a comprehensive understanding, check out the accompanying blog post for in-depth details.

Dependencies

  • Python 3.6+
  • paramiko Python Library

Usage

  1. Verify paramiko is installed:
pip install paramiko
  1. Change the VICTIM_IP to match your vulnerable OpenSSH Server IP.

  2. Run the PoC:

python cve-2023-25136.py

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages